iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 24
0
自我挑戰組

Aras PLM 學習分享系列 第 24

[Day24]物件動作簡易操作

  • 分享至 

  • xImage
  •  

本篇紀錄如何使用物件動作

1.首先新增一筆物件動作,Type設定為"Item"意思為顯示的位置,放入Method,Target選擇"None"。

2.將建好的Action加入Itemtype。

3.設定好後上方就可以看到action的名稱。

4.執行程式

Innovator inn = this.getInnovator();
string seq=this.getProperty("test_seq");
Item source_item = inn.newItem("test_work","edit");
source_item .setAttribute("where","[test_work].test_seq='"+seq+"'");
Item add_item=source_item.createRelationship("test_norel","add");
add_item.setProperty("test_norelin","123");
source_item=source_item.apply();
return this;

5.執行完程式後,頁簽變多一筆資料。


上一篇
[Day23]淺談如何取得頁籤值
下一篇
[Day25]從Workflow取得表單值
系列文
Aras PLM 學習分享30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言